Click or drag to resize

ServiceMarkAsJunk Method (ItemId, Boolean)

Marks as junk.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MarkAsJunkResponse MarkAsJunk(
	ItemId itemId,
	bool isJunk
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The item identifier.
isJunk
Type: SystemBoolean
if set to true [is junk].

Return Value

Type: MarkAsJunkResponse
MarkAsJunkResponse.
See Also